<--Back Next-->

So What Is Happening?

Here are some descriptions I’ve heard some people mention:
  • Check the runtime program execution. Avoid running advice within certain methods.
  • Use the dynamic program flow to select or ignore pointcuts.
  • The execution control flow enables or disables pointcuts.
  • ...

<--Back Next-->